projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3fef4
)
(auto-mode-alist): Handle `.java'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Apr 1996 14:45:09 +0000
(14:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Apr 1996 14:45:09 +0000
(14:45 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 6839fcf27dc295d7dc412ebde27bac4ce061537b..9c3caa1b4685c2770e815ab04357baacfa12828f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-942,6
+942,7
@@
run `normal-mode' explicitly."
("\\.hxx\\'" . c++-mode)
("\\.c\\+\\+\\'" . c++-mode)
("\\.h\\+\\+\\'" . c++-mode)
+ ("\\.java\\'" . java-mode)
("\\.mk\\'" . makefile-mode)
("\\(M\\|m\\|GNUm\\)akefile\\(.in\\)?\\'" . makefile-mode)
;;; Less common extensions come here